home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / oyun / mjwr10 / _SETUP.1 / MahJonggWall.exe / 0 / RCDATA / TREWARDBOX / TREWARDBOX.txt < prev   
Text File  |  1997-11-26  |  1KB  |  62 lines

  1. object RewardBox: TRewardBox
  2.   Left = 264
  3.   Top = 149
  4.   BorderIcons = [biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Master Chen Hai Yang'#39's Congratulations - Mah Jongg Wall'
  7.   ClientHeight = 256
  8.   ClientWidth = 447
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgBackground: TImage
  19.     Left = 1
  20.     Top = 1
  21.     Width = 447
  22.     Height = 255
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object imgBeard: TImage
  26.     Left = 200
  27.     Top = 28
  28.     Width = 88
  29.     Height = 30
  30.     Picture.Data = {<image001.bmp>}
  31.     Visible = False
  32.   end
  33.   object imgCancunFont: TImage
  34.     Left = 19
  35.     Top = 172
  36.     Width = 283
  37.     Height = 22
  38.     Picture.Data = {<image002.bmp>}
  39.     Visible = False
  40.   end
  41.   object btnProceed: TButton
  42.     Left = 327
  43.     Top = 202
  44.     Width = 89
  45.     Height = 25
  46.     Caption = '&Proceed'
  47.     Default = True
  48.     ModalResult = 1
  49.     TabOrder = 0
  50.   end
  51.   object btnNewGame: TButton
  52.     Left = 35
  53.     Top = 202
  54.     Width = 89
  55.     Height = 25
  56.     Caption = '&New Game'
  57.     ModalResult = 1
  58.     TabOrder = 1
  59.     OnClick = btnNewGameClick
  60.   end
  61. end
  62.